From e41ae81fbf29e6e56efa8d924f5983002ad63652 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 20 Feb 1993 17:36:06 +0000 Subject: [PATCH] (Fmemory_limit): Doc fix. --- src/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alloc.c b/src/alloc.c index f49dbdf9e81..c701abe3a84 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -2016,7 +2016,7 @@ compact_strings () DEFUN ("memory-limit", Fmemory_limit, Smemory_limit, 0, 0, "", "Return the address of the last byte Emacs has allocated, divided by 1024.\n\ This may be helpful in debugging Emacs's memory usage.\n\ -The value is divided by 1024 to make sure it will fit in a lisp integer.") +We divide the value by 1024 to make sure it fits in a Lisp integer.") () { Lisp_Object end; -- 2.30.2